C code for PEGetNthTableLocation

Use the following code as an example of how to call PEGetNthTableLocation:

short         tableN;
struct PETableLocation tableLocation;
tableN = 0;    
    // Get location of first table in report
    // Initialize size of structure
tableLocation.StructSize = PE_SIZEOF_TABLE_LOCATION;
if (!PEGetNthTableLocation(Job, tableN, &tableLocation){
    // Handle error
}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com